home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TPREFERENCES / TPREFERENCES.txt < prev   
Encoding:
Text File  |  1997-04-15  |  61.7 KB  |  1,584 lines

  1. object Preferences: TPreferences
  2.   Left = 19
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Address Book Options'
  7.   ClientHeight = 425
  8.   ClientWidth = 504
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object SpeedButton9: TSpeedButton
  20.     Left = 401
  21.     Top = 386
  22.     Width = 89
  23.     Height = 30
  24.     Caption = 'Help'
  25.     Glyph.Data = {
  26.       06020000424D0602000000000000760000002800000028000000140000000100
  27.       0400000000009001000000000000000000000000000010000000000000000000
  28.       80000080000000808000800000008000800080800000C0C0C000808080000000
  29.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  30.       7777777777777777777777777777777777777777777777777777777777777777
  31.       777777777778887777777777777777777777777777777777778AA87777777777
  32.       777777788777777777777777778AA87777777777777777788777777777777777
  33.       78AA87774447777777777788777788877777778878AA87774447777777877788
  34.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  35.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  36.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  37.       77888888777777887777778AAA8778447784487777888887778877788777778A
  38.       A87774487774447777888877788777788877778A877774487774447777888777
  39.       7887777888777788777777447784487777887777778877788777778777777774
  40.       4444877777877777777888887777777777777777777777777777777777777777
  41.       7777777777777777777777777777777777777777777777777777777777777777
  42.       77777777777777777777}
  43.     NumGlyphs = 2
  44.     OnClick = SpeedButton9Click
  45.   end
  46.   object S_on: TImage
  47.     Left = 160
  48.     Top = 408
  49.     Width = 20
  50.     Height = 20
  51.     AutoSize = True
  52.     Picture.Data = {<image000.bmp>}
  53.     Visible = False
  54.   end
  55.   object S_off: TImage
  56.     Left = 128
  57.     Top = 416
  58.     Width = 20
  59.     Height = 20
  60.     AutoSize = True
  61.     Picture.Data = {<image001.bmp>}
  62.     Visible = False
  63.   end
  64.   object DefaultBMP: TImage
  65.     Left = 104
  66.     Top = 380
  67.     Width = 14
  68.     Height = 14
  69.     AutoSize = True
  70.     Picture.Data = {<image002.bmp>}
  71.     Visible = False
  72.   end
  73.   object Hand: TImage
  74.     Left = 76
  75.     Top = 380
  76.     Width = 16
  77.     Height = 14
  78.     AutoSize = True
  79.     Picture.Data = {<image003.bmp>}
  80.     Visible = False
  81.   end
  82.   object SortDraw: TImage
  83.     Left = 52
  84.     Top = 380
  85.     Width = 16
  86.     Height = 16
  87.     AutoSize = True
  88.     Picture.Data = {<image004.bmp>}
  89.     Visible = False
  90.   end
  91.   object Tabset: TTabbedNotebook
  92.     Left = 4
  93.     Top = 7
  94.     Width = 494
  95.     Height = 374
  96.     TabFont.Color = clBtnText
  97.     TabFont.Height = -12
  98.     TabFont.Name = 'MS Sans Serif'
  99.     TabFont.Style = []
  100.     ParentShowHint = False
  101.     ShowHint = False
  102.     TabOrder = 0
  103.     OnChange = TabsetChange
  104.     object TTabPage
  105.       Left = 5
  106.       Top = 51
  107.       Caption = 'Fields'
  108.       object Page2Box: TGroupBox
  109.         Left = 5
  110.         Top = 61
  111.         Width = 465
  112.         Height = 51
  113.         Caption = 'Notes Page'
  114.         TabOrder = 1
  115.         object S_Notes: TBitBtn
  116.           Left = 12
  117.           Top = 19
  118.           Width = 28
  119.           Height = 25
  120.           Hint = 'Toggles the Displaying of this Field|'
  121.           TabOrder = 0
  122.           OnClick = S_TitleClick
  123.           NumGlyphs = 2
  124.         end
  125.         object F_Notes: TEdit
  126.           Left = 43
  127.           Top = 20
  128.           Width = 414
  129.           Height = 24
  130.           Font.Color = clWindowText
  131.           Font.Height = -13
  132.           Font.Name = 'MS Sans Serif'
  133.           Font.Style = []
  134.           MaxLength = 255
  135.           ParentFont = False
  136.           TabOrder = 1
  137.           Text = 'F_Others'
  138.         end
  139.       end
  140.       object Page4Box: TGroupBox
  141.         Left = 5
  142.         Top = 115
  143.         Width = 465
  144.         Height = 196
  145.         Caption = 'Others Page'
  146.         TabOrder = 2
  147.         object S_Others1: TBitBtn
  148.           Left = 12
  149.           Top = 24
  150.           Width = 28
  151.           Height = 25
  152.           Hint = 'Toggles the Displaying of this Field|'
  153.           TabOrder = 0
  154.           OnClick = S_TitleClick
  155.           NumGlyphs = 2
  156.         end
  157.         object F_Others1: TEdit
  158.           Left = 43
  159.           Top = 25
  160.           Width = 414
  161.           Height = 24
  162.           Font.Color = clWindowText
  163.           Font.Height = -13
  164.           Font.Name = 'MS Sans Serif'
  165.           Font.Style = []
  166.           MaxLength = 255
  167.           ParentFont = False
  168.           TabOrder = 1
  169.           Text = 'F_Others1'
  170.         end
  171.         object S_Others2: TBitBtn
  172.           Left = 12
  173.           Top = 51
  174.           Width = 28
  175.           Height = 25
  176.           Hint = 'Toggles the Displaying of this Field|'
  177.           TabOrder = 2
  178.           OnClick = S_TitleClick
  179.           NumGlyphs = 2
  180.         end
  181.         object F_Others2: TEdit
  182.           Left = 43
  183.           Top = 52
  184.           Width = 414
  185.           Height = 24
  186.           Font.Color = clWindowText
  187.           Font.Height = -13
  188.           Font.Name = 'MS Sans Serif'
  189.           Font.Style = []
  190.           MaxLength = 255
  191.           ParentFont = False
  192.           TabOrder = 3
  193.           Text = 'F_Others1'
  194.         end
  195.         object S_Others3: TBitBtn
  196.           Left = 12
  197.           Top = 78
  198.           Width = 28
  199.           Height = 25
  200.           Hint = 'Toggles the Displaying of this Field|'
  201.           TabOrder = 4
  202.           OnClick = S_TitleClick
  203.           NumGlyphs = 2
  204.         end
  205.         object F_Others3: TEdit
  206.           Left = 43
  207.           Top = 79
  208.           Width = 414
  209.           Height = 24
  210.           Font.Color = clWindowText
  211.           Font.Height = -13
  212.           Font.Name = 'MS Sans Serif'
  213.           Font.Style = []
  214.           MaxLength = 255
  215.           ParentFont = False
  216.           TabOrder = 5
  217.           Text = 'F_Others1'
  218.         end
  219.         object S_Others4: TBitBtn
  220.           Left = 12
  221.           Top = 106
  222.           Width = 28
  223.           Height = 25
  224.           Hint = 'Toggles the Displaying of this Field|'
  225.           TabOrder = 6
  226.           OnClick = S_TitleClick
  227.           NumGlyphs = 2
  228.         end
  229.         object F_Others4: TEdit
  230.           Left = 43
  231.           Top = 107
  232.           Width = 414
  233.           Height = 24
  234.           Font.Color = clWindowText
  235.           Font.Height = -13
  236.           Font.Name = 'MS Sans Serif'
  237.           Font.Style = []
  238.           MaxLength = 255
  239.           ParentFont = False
  240.           TabOrder = 7
  241.           Text = 'F_Others1'
  242.         end
  243.         object S_Others5: TBitBtn
  244.           Left = 12
  245.           Top = 134
  246.           Width = 28
  247.           Height = 25
  248.           Hint = 'Toggles the Displaying of this Field|'
  249.           TabOrder = 8
  250.           OnClick = S_TitleClick
  251.           NumGlyphs = 2
  252.         end
  253.         object F_Others5: TEdit
  254.           Left = 43
  255.           Top = 135
  256.           Width = 414
  257.           Height = 24
  258.           Font.Color = clWindowText
  259.           Font.Height = -13
  260.           Font.Name = 'MS Sans Serif'
  261.           Font.Style = []
  262.           MaxLength = 255
  263.           ParentFont = False
  264.           TabOrder = 9
  265.           Text = 'F_Others1'
  266.         end
  267.         object S_Others6: TBitBtn
  268.           Left = 12
  269.           Top = 161
  270.           Width = 28
  271.           Height = 25
  272.           Hint = 'Toggles the Displaying of this Field|'
  273.           TabOrder = 10
  274.           OnClick = S_TitleClick
  275.           NumGlyphs = 2
  276.         end
  277.         object F_Others6: TEdit
  278.           Left = 43
  279.           Top = 162
  280.           Width = 414
  281.           Height = 24
  282.           Font.Color = clWindowText
  283.           Font.Height = -13
  284.           Font.Name = 'MS Sans Serif'
  285.           Font.Style = []
  286.           MaxLength = 255
  287.           ParentFont = False
  288.           TabOrder = 11
  289.           Text = 'F_Others1'
  290.         end
  291.       end
  292.       object Page1Box: TGroupBox
  293.         Left = 5
  294.         Top = 4
  295.         Width = 465
  296.         Height = 53
  297.         Caption = 'Address Page'
  298.         TabOrder = 0
  299.         object S_Title: TBitBtn
  300.           Left = 12
  301.           Top = 20
  302.           Width = 28
  303.           Height = 25
  304.           Hint = 'Toggles the Displaying of this Field|'
  305.           TabOrder = 0
  306.           OnClick = S_TitleClick
  307.           NumGlyphs = 2
  308.         end
  309.         object F_Title: TEdit
  310.           Left = 43
  311.           Top = 21
  312.           Width = 52
  313.           Height = 24
  314.           Font.Color = clWindowText
  315.           Font.Height = -13
  316.           Font.Name = 'MS Sans Serif'
  317.           Font.Style = []
  318.           MaxLength = 255
  319.           ParentFont = False
  320.           TabOrder = 1
  321.           Text = 'F_Title'
  322.         end
  323.         object S_Initials: TBitBtn
  324.           Left = 99
  325.           Top = 20
  326.           Width = 28
  327.           Height = 25
  328.           Hint = 'Toggles the Displaying of this Field|'
  329.           TabOrder = 2
  330.           OnClick = S_TitleClick
  331.           NumGlyphs = 2
  332.         end
  333.         object F_Initials: TEdit
  334.           Left = 130
  335.           Top = 21
  336.           Width = 102
  337.           Height = 24
  338.           Font.Color = clWindowText
  339.           Font.Height = -13
  340.           Font.Name = 'MS Sans Serif'
  341.           Font.Style = []
  342.           MaxLength = 255
  343.           ParentFont = False
  344.           TabOrder = 3
  345.           Text = 'F_Initials'
  346.         end
  347.         object S_Name: TBitBtn
  348.           Left = 236
  349.           Top = 20
  350.           Width = 28
  351.           Height = 25
  352.           Hint = 'Toggles the Displaying of this Field|'
  353.           TabOrder = 4
  354.           OnClick = S_TitleClick
  355.           NumGlyphs = 2
  356.         end
  357.         object F_Name: TEdit
  358.           Left = 267
  359.           Top = 21
  360.           Width = 190
  361.           Height = 24
  362.           Font.Color = clWindowText
  363.           Font.Height = -13
  364.           Font.Name = 'MS Sans Serif'
  365.           Font.Style = []
  366.           MaxLength = 255
  367.           ParentFont = False
  368.           TabOrder = 5
  369.           Text = 'F_Name'
  370.         end
  371.       end
  372.     end
  373.     object TTabPage
  374.       Left = 5
  375.       Top = 51
  376.       Caption = 'Pages'
  377.       object GroupBox3: TGroupBox
  378.         Left = 5
  379.         Top = 4
  380.         Width = 465
  381.         Height = 221
  382.         Caption = 'Data Page Labels'
  383.         TabOrder = 0
  384.         object F_Page1: TEdit
  385.           Left = 16
  386.           Top = 25
  387.           Width = 441
  388.           Height = 24
  389.           Font.Color = clWindowText
  390.           Font.Height = -13
  391.           Font.Name = 'MS Sans Serif'
  392.           Font.Style = []
  393.           MaxLength = 255
  394.           ParentFont = False
  395.           TabOrder = 0
  396.           Text = 'F_Page1'
  397.         end
  398.         object F_Page2: TEdit
  399.           Left = 16
  400.           Top = 58
  401.           Width = 441
  402.           Height = 24
  403.           Font.Color = clWindowText
  404.           Font.Height = -13
  405.           Font.Name = 'MS Sans Serif'
  406.           Font.Style = []
  407.           MaxLength = 255
  408.           ParentFont = False
  409.           TabOrder = 1
  410.           Text = 'F_Page2'
  411.         end
  412.         object F_Page3: TEdit
  413.           Left = 16
  414.           Top = 89
  415.           Width = 441
  416.           Height = 24
  417.           Font.Color = clWindowText
  418.           Font.Height = -13
  419.           Font.Name = 'MS Sans Serif'
  420.           Font.Style = []
  421.           MaxLength = 255
  422.           ParentFont = False
  423.           TabOrder = 2
  424.           Text = 'F_Page3'
  425.         end
  426.         object F_Page4: TEdit
  427.           Left = 16
  428.           Top = 121
  429.           Width = 441
  430.           Height = 24
  431.           Font.Color = clWindowText
  432.           Font.Height = -13
  433.           Font.Name = 'MS Sans Serif'
  434.           Font.Style = []
  435.           MaxLength = 255
  436.           ParentFont = False
  437.           TabOrder = 3
  438.           Text = 'F_Page4'
  439.         end
  440.         object F_Page5: TEdit
  441.           Left = 16
  442.           Top = 153
  443.           Width = 441
  444.           Height = 24
  445.           Font.Color = clWindowText
  446.           Font.Height = -13
  447.           Font.Name = 'MS Sans Serif'
  448.           Font.Style = []
  449.           MaxLength = 255
  450.           ParentFont = False
  451.           TabOrder = 4
  452.           Text = 'F_Page5'
  453.         end
  454.         object F_Page6: TEdit
  455.           Left = 16
  456.           Top = 185
  457.           Width = 441
  458.           Height = 24
  459.           Font.Color = clWindowText
  460.           Font.Height = -13
  461.           Font.Name = 'MS Sans Serif'
  462.           Font.Style = []
  463.           MaxLength = 255
  464.           ParentFont = False
  465.           TabOrder = 5
  466.           Text = 'F_Page6'
  467.         end
  468.       end
  469.     end
  470.     object TTabPage
  471.       Left = 5
  472.       Top = 51
  473.       Caption = 'Index Keys'
  474.       object SortBtn: TSpeedButton
  475.         Left = 197
  476.         Top = 193
  477.         Width = 90
  478.         Height = 25
  479.         Caption = 'Sort by'
  480.         Glyph.Data = {
  481.           76010000424D7601000000000000760000002800000020000000100000000100
  482.           04000000000000010000130B0000130B00000000000000000000000000000000
  483.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  484.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  485.           333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  486.           300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  487.           330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  488.           333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  489.           339977FF777777773377000BFB03333333337773FF733333333F333000333333
  490.           3300333777333333337733333333333333003333333333333377333333333333
  491.           333333333333333333FF33333333333330003333333333333777333333333333
  492.           3000333333333333377733333333333333333333333333333333}
  493.         Layout = blGlyphRight
  494.         NumGlyphs = 2
  495.         OnClick = ListBox2DblClick
  496.       end
  497.       object DownBtn: TSpeedButton
  498.         Left = 197
  499.         Top = 129
  500.         Width = 90
  501.         Height = 25
  502.         Caption = 'Move'
  503.         Glyph.Data = {
  504.           78010000424D7801000000000000760000002800000020000000100000000100
  505.           04000000000000000000120B0000120B00000000000000000000000000000000
  506.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  507.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  508.           333333333337F33333333333333033333333333333373F333333333333090333
  509.           33333333337F7F33333333333309033333333333337373F33333333330999033
  510.           3333333337F337F33333333330999033333333333733373F3333333309999903
  511.           333333337F33337F33333333099999033333333373333373F333333099999990
  512.           33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  513.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  514.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  515.           33333333337F7F333333333333000333333333333377733333330000}
  516.         Layout = blGlyphRight
  517.         NumGlyphs = 2
  518.         OnClick = UpBtnClick
  519.       end
  520.       object UpBtn: TSpeedButton
  521.         Left = 197
  522.         Top = 96
  523.         Width = 90
  524.         Height = 25
  525.         Caption = 'Move'
  526.         Glyph.Data = {
  527.           78010000424D7801000000000000760000002800000020000000100000000100
  528.           04000000000000000000120B0000120B00000000000000000000000000000000
  529.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  530.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  531.           3333333333777F33333333333309033333333333337F7F333333333333090333
  532.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  533.           33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  534.           3333333777737777F333333099999990333333373F3333373333333309999903
  535.           333333337F33337F33333333099999033333333373F333733333333330999033
  536.           3333333337F337F3333333333099903333333333373F37333333333333090333
  537.           33333333337F7F33333333333309033333333333337373333333333333303333
  538.           333333333337F3333333333333303333333333333337333333330000}
  539.         Layout = blGlyphRight
  540.         NumGlyphs = 2
  541.         OnClick = UpBtnClick
  542.       end
  543.       object DelBtn: TSpeedButton
  544.         Left = 197
  545.         Top = 64
  546.         Width = 90
  547.         Height = 25
  548.         Caption = 'Delete'
  549.         Glyph.Data = {
  550.           78010000424D7801000000000000760000002800000020000000100000000100
  551.           04000000000000000000120B0000120B00000000000000000000000000000000
  552.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  553.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  554.           3333333333333333333333333333333333333333333333333333333333333333
  555.           3333333333333FF3333333333333003333333333333F77F33333333333009033
  556.           333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  557.           00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  558.           000033773FF33777777733330099903333333333773FF7F33333333333009033
  559.           33333333337737F3333333333333003333333333333377333333333333333333
  560.           3333333333333333333333333333333333333333333333333333333333333333
  561.           33333333333333333333333333333333333333333333333333330000}
  562.         NumGlyphs = 2
  563.         OnClick = DelBtnClick
  564.       end
  565.       object AddBtn: TSpeedButton
  566.         Left = 197
  567.         Top = 32
  568.         Width = 90
  569.         Height = 25
  570.         Caption = 'Add'
  571.         Glyph.Data = {
  572.           78010000424D7801000000000000760000002800000020000000100000000100
  573.           04000000000000000000120B0000120B00000000000000000000000000000000
  574.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  575.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  576.           3333333333333333333333333333333333333333333333333333333333333333
  577.           3333333333333333333333333333333333333333333FF3333333333333003333
  578.           3333333333773FF3333333333309003333333333337F773FF333333333099900
  579.           33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  580.           99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  581.           33333333337F3F77333333333309003333333333337F77333333333333003333
  582.           3333333333773333333333333333333333333333333333333333333333333333
  583.           33333333333333333333333333333333333333333333333333330000}
  584.         Layout = blGlyphRight
  585.         NumGlyphs = 2
  586.         OnClick = AddBtnClick
  587.       end
  588.       object AFields: TGroupBox
  589.         Left = 14
  590.         Top = 4
  591.         Width = 165
  592.         Height = 289
  593.         Caption = 'Available &Fields'
  594.         TabOrder = 0
  595.         object ListBox1: TListBox
  596.           Left = 10
  597.           Top = 22
  598.           Width = 147
  599.           Height = 259
  600.           Font.Color = clWindowText
  601.           Font.Height = -13
  602.           Font.Name = 'MS Sans Serif'
  603.           Font.Style = []
  604.           ItemHeight = 18
  605.           ParentFont = False
  606.           Sorted = True
  607.           Style = lbOwnerDrawFixed
  608.           TabOrder = 0
  609.           OnDragDrop = ListBox1DragDrop
  610.           OnDragOver = ListBox1DragOver
  611.           OnDrawItem = ListBox1DrawItem
  612.           OnEndDrag = ListBox2EndDrag
  613.           OnMouseDown = ListBox2MouseDown
  614.         end
  615.       end
  616.       object IKeys: TGroupBox
  617.         Left = 302
  618.         Top = 4
  619.         Width = 165
  620.         Height = 289
  621.         Caption = 'Index &Keys'
  622.         TabOrder = 1
  623.         object ListBox2: TListBox
  624.           Left = 10
  625.           Top = 22
  626.           Width = 147
  627.           Height = 259
  628.           Font.Color = clWindowText
  629.           Font.Height = -13
  630.           Font.Name = 'MS Sans Serif'
  631.           Font.Style = []
  632.           ItemHeight = 18
  633.           ParentFont = False
  634.           Style = lbOwnerDrawFixed
  635.           TabOrder = 0
  636.           OnDblClick = ListBox2DblClick
  637.           OnDragDrop = ListBox1DragDrop
  638.           OnDragOver = ListBox2DragOver
  639.           OnDrawItem = ListBox1DrawItem
  640.           OnEndDrag = ListBox2EndDrag
  641.           OnMouseDown = ListBox2MouseDown
  642.         end
  643.       end
  644.     end
  645.     object TTabPage
  646.       Left = 5
  647.       Top = 51
  648.       Caption = 'Categories'
  649.       object Label2: TLabel
  650.         Left = 20
  651.         Top = 18
  652.         Width = 3
  653.         Height = 16
  654.       end
  655.       object GroupBox1: TGroupBox
  656.         Left = 20
  657.         Top = 4
  658.         Width = 441
  659.         Height = 289
  660.         Caption = '&Categories Defined'
  661.         TabOrder = 0
  662.         object SpeedButton5: TSpeedButton
  663.           Left = 115
  664.           Top = 257
  665.           Width = 104
  666.           Height = 25
  667.           Hint = 'Restore the Deleted Category|'
  668.           Caption = 'Restore'
  669.           Enabled = False
  670.           Glyph.Data = {
  671.             76010000424D7601000000000000760000002800000020000000100000000100
  672.             04000000000000010000130B0000130B00000000000000000000000000000000
  673.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  674.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  675.             333333333333333333FF33333333333330003333333333333777333333333333
  676.             300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  677.             3300377777733333337733333333333333003333333333333377333333333333
  678.             3333333333333333333F333333333333330033333333F33333773333333C3333
  679.             330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  680.             993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  681.             333333333337733333FF3333333C333330003333333733333777333333333333
  682.             3000333333333333377733333333333333333333333333333333}
  683.           NumGlyphs = 2
  684.           Visible = False
  685.           OnClick = SpeedButton2Click
  686.         end
  687.         object SpeedButton2: TSpeedButton
  688.           Left = 115
  689.           Top = 257
  690.           Width = 104
  691.           Height = 25
  692.           Hint = 'Delete the Selected Category|'
  693.           Caption = 'Delete'
  694.           Enabled = False
  695.           Glyph.Data = {
  696.             76010000424D7601000000000000760000002800000020000000100000000100
  697.             04000000000000010000130B0000130B00000000000000000000000000000000
  698.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  699.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  700.             333333333333333333FF33333333333330003333333333333777333333333333
  701.             300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  702.             3300377777733333337733333333333333003333333333333377333333333333
  703.             3333333333333333333F333333333333330033333F33333333773333C3333333
  704.             330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  705.             993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  706.             333333377F33333333FF3333C333333330003333733333333777333333333333
  707.             3000333333333333377733333333333333333333333333333333}
  708.           NumGlyphs = 2
  709.           OnClick = SpeedButton2Click
  710.         end
  711.         object SpeedButton1: TSpeedButton
  712.           Left = 10
  713.           Top = 257
  714.           Width = 104
  715.           Height = 25
  716.           Hint = 'Add a New Category|'
  717.           Caption = 'New'
  718.           Glyph.Data = {
  719.             76010000424D7601000000000000760000002800000020000000100000000100
  720.             04000000000000010000130B0000130B00000000000000000000000000000000
  721.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  722.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  723.             33333333FF33333333FF333993333333300033377F3333333777333993333333
  724.             300033F77FFF3333377739999993333333333777777F3333333F399999933333
  725.             33003777777333333377333993333333330033377F3333333377333993333333
  726.             3333333773333333333F333333333333330033333333F33333773333333C3333
  727.             330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  728.             993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  729.             333333333337733333FF3333333C333330003333333733333777333333333333
  730.             3000333333333333377733333333333333333333333333333333}
  731.           NumGlyphs = 2
  732.           OnClick = SpeedButton1Click
  733.         end
  734.         object SpeedButton3: TSpeedButton
  735.           Left = 221
  736.           Top = 257
  737.           Width = 104
  738.           Height = 25
  739.           Hint = 'Edit the Selected Category|'
  740.           Caption = 'Edit'
  741.           Enabled = False
  742.           Glyph.Data = {
  743.             76010000424D7601000000000000760000002800000020000000100000000100
  744.             04000000000000010000120B0000120B00000000000000000000000000000000
  745.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  746.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  747.             8888888888888888888888888888888888888888888888888888888888880000
  748.             0800888888887777787788888880BFBFB00E88888887FFF887778808888000FB
  749.             FB0E8878FF877788887788800F0FBFBFBF0E8887787FFFF888778880B00000FB
  750.             FB0E888787777788887788880FBFBFBFBF0E888878FFFFFFF877888880000000
  751.             FB0E88888777777788778888880B00BFB0008888887877FFF77788888880B000
  752.             08888888888787777888888888880B088888888888887878F8888888888880B0
  753.             88888888888887F78F8888888888880B08888888888888787FF8888888888880
  754.             9088888888888887778888888888888808888888888888887888}
  755.           NumGlyphs = 2
  756.           OnClick = SpeedButton3Click
  757.         end
  758.         object SpeedButton4: TSpeedButton
  759.           Left = 326
  760.           Top = 257
  761.           Width = 104
  762.           Height = 25
  763.           Hint = 'Inherits Categories from another Address Book|'
  764.           Caption = 'Inherit'
  765.           Glyph.Data = {
  766.             78010000424D7801000000000000760000002800000020000000100000000100
  767.             04000000000000000000120B0000120B00000000000000000000000000000000
  768.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  769.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003FFFFFFFFFFF
  770.             FFFF33333333333FFFFF3FFFFFFFFF00000F333333333377777F33FFFFFFFF09
  771.             990F33333333337F337F333FFFFFFF09990F33333333337F337F3333FFFFFF09
  772.             990F33333333337FFF7F33333FFFFF00000F3333333333777773333333FFFFFF
  773.             FFFF3FFFFF3333333F330000033FFFFF0FFF77777F3333337FF30EEE0333FFF0
  774.             00FF7F337FFF333777FF0EEE00033F00000F7F33777F3777777F0EEE0E033000
  775.             00007FFF7F7FF777777700000E00033000FF777773777F3777F3330EEE0E0330
  776.             00FF337FFF7F7F3777F33300000E033000FF337777737F37773333330EEE0300
  777.             03FF33337FFF77777333333300000333333F33337777733333330000}
  778.           NumGlyphs = 2
  779.           OnClick = SpeedButton4Click
  780.         end
  781.         object CatList: TPickList
  782.           Left = 10
  783.           Top = 22
  784.           Width = 420
  785.           Height = 228
  786.           Font.Color = clWindowText
  787.           Font.Height = -13
  788.           Font.Name = 'MS Sans Serif'
  789.           Font.Style = []
  790.           ItemHeight = 16
  791.           ParentFont = False
  792.           PopupMenu = CatMenu
  793.           Sorted = True
  794.           TabOrder = 0
  795.           OnClick = CatListEnter
  796.           OnDrawItem = CatListDrawItem
  797.           OnEnter = CatListEnter
  798.           SelectedStyle = psOwnerDraw
  799.           OnChange = CatListEnter
  800.         end
  801.       end
  802.     end
  803.     object TTabPage
  804.       Left = 5
  805.       Top = 51
  806.       Caption = 'Addresses'
  807.       object GroupBox2: TGroupBox
  808.         Left = 20
  809.         Top = 4
  810.         Width = 441
  811.         Height = 289
  812.         Caption = 'Te&mplates Defined'
  813.         TabOrder = 0
  814.         object SpeedButton10: TSpeedButton
  815.           Left = 115
  816.           Top = 256
  817.           Width = 104
  818.           Height = 25
  819.           Hint = 'Restore the Deleted Address Template|'
  820.           Caption = 'Restore'
  821.           Enabled = False
  822.           Glyph.Data = {
  823.             76010000424D7601000000000000760000002800000020000000100000000100
  824.             04000000000000010000130B0000130B00000000000000000000000000000000
  825.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  826.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  827.             333333333333333333FF33333333333330003333333333333777333333333333
  828.             300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  829.             3300377777733333337733333333333333003333333333333377333333333333
  830.             3333333333333333333F333333333333330033333333F33333773333333C3333
  831.             330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  832.             993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  833.             333333333337733333FF3333333C333330003333333733333777333333333333
  834.             3000333333333333377733333333333333333333333333333333}
  835.           NumGlyphs = 2
  836.           Visible = False
  837.           OnClick = SpeedButton2Click
  838.         end
  839.         object SpeedButton7: TSpeedButton
  840.           Left = 115
  841.           Top = 256
  842.           Width = 104
  843.           Height = 25
  844.           Hint = 'Delete the Selected Address Template|'
  845.           Caption = 'Delete'
  846.           Enabled = False
  847.           Glyph.Data = {
  848.             76010000424D7601000000000000760000002800000020000000100000000100
  849.             04000000000000010000130B0000130B00000000000000000000000000000000
  850.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  851.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  852.             333333333333333333FF33333333333330003333333333333777333333333333
  853.             300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  854.             3300377777733333337733333333333333003333333333333377333333333333
  855.             3333333333333333333F333333333333330033333F33333333773333C3333333
  856.             330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  857.             993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  858.             333333377F33333333FF3333C333333330003333733333333777333333333333
  859.             3000333333333333377733333333333333333333333333333333}
  860.           NumGlyphs = 2
  861.           OnClick = SpeedButton2Click
  862.         end
  863.         object SpeedButton6: TSpeedButton
  864.           Left = 10
  865.           Top = 256
  866.           Width = 104
  867.           Height = 25
  868.           Hint = 'Add a New Address Template|'
  869.           Caption = 'New'
  870.           Glyph.Data = {
  871.             76010000424D7601000000000000760000002800000020000000100000000100
  872.             04000000000000010000130B0000130B00000000000000000000000000000000
  873.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  874.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  875.             33333333FF33333333FF333993333333300033377F3333333777333993333333
  876.             300033F77FFF3333377739999993333333333777777F3333333F399999933333
  877.             33003777777333333377333993333333330033377F3333333377333993333333
  878.             3333333773333333333F333333333333330033333333F33333773333333C3333
  879.             330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  880.             993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  881.             333333333337733333FF3333333C333330003333333733333777333333333333
  882.             3000333333333333377733333333333333333333333333333333}
  883.           NumGlyphs = 2
  884.           OnClick = SpeedButton6Click
  885.         end
  886.         object SpeedButton8: TSpeedButton
  887.           Left = 221
  888.           Top = 256
  889.           Width = 104
  890.           Height = 25
  891.           Hint = 'Edit the Selected Address Template|'
  892.           Caption = 'Edit'
  893.           Enabled = False
  894.           Glyph.Data = {
  895.             76010000424D7601000000000000760000002800000020000000100000000100
  896.             04000000000000010000120B0000120B00000000000000000000000000000000
  897.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  898.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  899.             8888888888888888888888888888888888888888888888888888888888880000
  900.             0800888888887777787788888880BFBFB00E88888887FFF887778808888000FB
  901.             FB0E8878FF877788887788800F0FBFBFBF0E8887787FFFF888778880B00000FB
  902.             FB0E888787777788887788880FBFBFBFBF0E888878FFFFFFF877888880000000
  903.             FB0E88888777777788778888880B00BFB0008888887877FFF77788888880B000
  904.             08888888888787777888888888880B088888888888887878F8888888888880B0
  905.             88888888888887F78F8888888888880B08888888888888787FF8888888888880
  906.             9088888888888887778888888888888808888888888888887888}
  907.           NumGlyphs = 2
  908.           OnClick = SpeedButton8Click
  909.         end
  910.         object AddList: TPickList
  911.           Left = 10
  912.           Top = 22
  913.           Width = 420
  914.           Height = 228
  915.           Font.Color = clWindowText
  916.           Font.Height = -13
  917.           Font.Name = 'MS Sans Serif'
  918.           Font.Style = []
  919.           ItemHeight = 18
  920.           ParentFont = False
  921.           PopupMenu = AddressMenu
  922.           TabOrder = 0
  923.           OnClick = CatListEnter
  924.           OnDrawItem = CatListDrawItem
  925.           OnEnter = CatListEnter
  926.           SelectedStyle = psOwnerDraw
  927.           OnChange = CatListEnter
  928.         end
  929.       end
  930.     end
  931.     object TTabPage
  932.       Left = 5
  933.       Top = 51
  934.       Caption = 'Word Processor'
  935.       object WPAddBtn: TSpeedButton
  936.         Left = 196
  937.         Top = 36
  938.         Width = 90
  939.         Height = 25
  940.         Caption = 'Add'
  941.         Glyph.Data = {
  942.           78010000424D7801000000000000760000002800000020000000100000000100
  943.           04000000000000000000120B0000120B00000000000000000000000000000000
  944.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  945.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  946.           3333333333333333333333333333333333333333333333333333333333333333
  947.           3333333333333333333333333333333333333333333FF3333333333333003333
  948.           3333333333773FF3333333333309003333333333337F773FF333333333099900
  949.           33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  950.           99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  951.           33333333337F3F77333333333309003333333333337F77333333333333003333
  952.           3333333333773333333333333333333333333333333333333333333333333333
  953.           33333333333333333333333333333333333333333333333333330000}
  954.         Layout = blGlyphRight
  955.         NumGlyphs = 2
  956.         OnClick = AddBtnClick
  957.       end
  958.       object WPDelBtn: TSpeedButton
  959.         Left = 196
  960.         Top = 68
  961.         Width = 90
  962.         Height = 25
  963.         Caption = 'Delete'
  964.         Glyph.Data = {
  965.           78010000424D7801000000000000760000002800000020000000100000000100
  966.           04000000000000000000120B0000120B00000000000000000000000000000000
  967.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  968.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  969.           3333333333333333333333333333333333333333333333333333333333333333
  970.           3333333333333FF3333333333333003333333333333F77F33333333333009033
  971.           333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  972.           00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  973.           000033773FF33777777733330099903333333333773FF7F33333333333009033
  974.           33333333337737F3333333333333003333333333333377333333333333333333
  975.           3333333333333333333333333333333333333333333333333333333333333333
  976.           33333333333333333333333333333333333333333333333333330000}
  977.         NumGlyphs = 2
  978.         OnClick = WPDelBtnClick
  979.       end
  980.       object WPUpBtn: TSpeedButton
  981.         Left = 196
  982.         Top = 100
  983.         Width = 90
  984.         Height = 25
  985.         Caption = 'Move'
  986.         Glyph.Data = {
  987.           78010000424D7801000000000000760000002800000020000000100000000100
  988.           04000000000000000000120B0000120B00000000000000000000000000000000
  989.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  990.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  991.           3333333333777F33333333333309033333333333337F7F333333333333090333
  992.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  993.           33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  994.           3333333777737777F333333099999990333333373F3333373333333309999903
  995.           333333337F33337F33333333099999033333333373F333733333333330999033
  996.           3333333337F337F3333333333099903333333333373F37333333333333090333
  997.           33333333337F7F33333333333309033333333333337373333333333333303333
  998.           333333333337F3333333333333303333333333333337333333330000}
  999.         Layout = blGlyphRight
  1000.         NumGlyphs = 2
  1001.         OnClick = WPUpBtnClick
  1002.       end
  1003.       object WPDownBtn: TSpeedButton
  1004.         Left = 196
  1005.         Top = 133
  1006.         Width = 90
  1007.         Height = 25
  1008.         Caption = 'Move'
  1009.         Glyph.Data = {
  1010.           78010000424D7801000000000000760000002800000020000000100000000100
  1011.           04000000000000000000120B0000120B00000000000000000000000000000000
  1012.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1013.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  1014.           333333333337F33333333333333033333333333333373F333333333333090333
  1015.           33333333337F7F33333333333309033333333333337373F33333333330999033
  1016.           3333333337F337F33333333330999033333333333733373F3333333309999903
  1017.           333333337F33337F33333333099999033333333373333373F333333099999990
  1018.           33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  1019.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  1020.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  1021.           33333333337F7F333333333333000333333333333377733333330000}
  1022.         Layout = blGlyphRight
  1023.         NumGlyphs = 2
  1024.         OnClick = WPUpBtnClick
  1025.       end
  1026.       object GroupBox4: TGroupBox
  1027.         Left = 14
  1028.         Top = 4
  1029.         Width = 165
  1030.         Height = 257
  1031.         Caption = 'A&vailable Fields'
  1032.         TabOrder = 0
  1033.         object WordP1: TListBox
  1034.           Left = 10
  1035.           Top = 22
  1036.           Width = 147
  1037.           Height = 227
  1038.           Font.Color = clWindowText
  1039.           Font.Height = -13
  1040.           Font.Name = 'MS Sans Serif'
  1041.           Font.Style = []
  1042.           ItemHeight = 18
  1043.           ParentFont = False
  1044.           Sorted = True
  1045.           Style = lbOwnerDrawFixed
  1046.           TabOrder = 0
  1047.           OnDragDrop = WordP1DragDrop
  1048.           OnDragOver = WordP1DragOver
  1049.           OnDrawItem = ListBox1DrawItem
  1050.           OnEndDrag = ListBox2EndDrag
  1051.           OnMouseDown = ListBox2MouseDown
  1052.         end
  1053.       end
  1054.       object GroupBox5: TGroupBox
  1055.         Left = 302
  1056.         Top = 4
  1057.         Width = 165
  1058.         Height = 257
  1059.         Caption = 'I&nsert Fields'
  1060.         TabOrder = 1
  1061.         object WordP2: TListBox
  1062.           Left = 10
  1063.           Top = 22
  1064.           Width = 147
  1065.           Height = 227
  1066.           Font.Color = clWindowText
  1067.           Font.Height = -13
  1068.           Font.Name = 'MS Sans Serif'
  1069.           Font.Style = []
  1070.           ItemHeight = 18
  1071.           ParentFont = False
  1072.           Style = lbOwnerDrawFixed
  1073.           TabOrder = 0
  1074.           OnDragDrop = WordP1DragDrop
  1075.           OnDragOver = ListBox2DragOver
  1076.           OnDrawItem = ListBox1DrawItem
  1077.           OnEndDrag = ListBox2EndDrag
  1078.           OnMouseDown = ListBox2MouseDown
  1079.         end
  1080.       end
  1081.       object WPInsert: TCheckBox
  1082.         Left = 16
  1083.         Top = 272
  1084.         Width = 409
  1085.         Height = 17
  1086.         Caption = 'Include &Blank Fields during Insertion'
  1087.         TabOrder = 2
  1088.       end
  1089.       object WPLabels: TCheckBox
  1090.         Left = 16
  1091.         Top = 293
  1092.         Width = 441
  1093.         Height = 17
  1094.         Caption = '&Label Telephone Fields that are Inserted'
  1095.         TabOrder = 3
  1096.       end
  1097.     end
  1098.   end
  1099.   object CancelBtn: TButton
  1100.     Left = 307
  1101.     Top = 386
  1102.     Width = 89
  1103.     Height = 30
  1104.     Cancel = True
  1105.     Caption = 'Cancel'
  1106.     ModalResult = 2
  1107.     TabOrder = 3
  1108.     OnClick = CancelBtnClick
  1109.   end
  1110.   object OKBtn: TButton
  1111.     Left = 214
  1112.     Top = 386
  1113.     Width = 89
  1114.     Height = 30
  1115.     Caption = 'OK'
  1116.     Default = True
  1117.     ModalResult = 1
  1118.     TabOrder = 2
  1119.     OnClick = OKBtnClick
  1120.   end
  1121.   object Default3: TCheckBox
  1122.     Left = 7
  1123.     Top = 394
  1124.     Width = 186
  1125.     Height = 21
  1126.     Caption = '&Save as Default'
  1127.     TabOrder = 1
  1128.   end
  1129.   object Open1: TOpenDialog
  1130.     DefaultExt = 'ADR'
  1131.     Filter = 'Address Books (*.ADR)|*.ADR|All Files (*.*)|*.*'
  1132.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist]
  1133.     Title = 'Open Address Book'
  1134.     Left = 128
  1135.     Top = 385
  1136.   end
  1137.   object CatMenu: TPopupMenu
  1138.     OnPopup = CatMenuPopup
  1139.     Left = 173
  1140.     Top = 382
  1141.     object Add1: TMenuItem
  1142.       Caption = 'Add...'
  1143.       OnClick = SpeedButton1Click
  1144.     end
  1145.     object Delete1: TMenuItem
  1146.       Caption = 'Delete...'
  1147.       OnClick = SpeedButton2Click
  1148.     end
  1149.     object Restore1: TMenuItem
  1150.       Caption = 'Restore'
  1151.       OnClick = SpeedButton2Click
  1152.     end
  1153.     object ReName1: TMenuItem
  1154.       Caption = 'Edit...'
  1155.       OnClick = SpeedButton3Click
  1156.     end
  1157.     object Inherit1: TMenuItem
  1158.       Caption = 'Inherit...'
  1159.       OnClick = SpeedButton4Click
  1160.     end
  1161.     object N2: TMenuItem
  1162.       Caption = '-'
  1163.     end
  1164.     object CatToggle: TMenuItem
  1165.       Caption = 'Toggle Default State'
  1166.       OnClick = AddressToggleClick
  1167.     end
  1168.   end
  1169.   object AddressMenu: TPopupMenu
  1170.     OnPopup = AddressMenuPopup
  1171.     Left = 149
  1172.     Top = 382
  1173.     object Add2: TMenuItem
  1174.       Caption = 'Add...'
  1175.       OnClick = SpeedButton6Click
  1176.     end
  1177.     object Delete2: TMenuItem
  1178.       Caption = 'Delete...'
  1179.       OnClick = SpeedButton2Click
  1180.     end
  1181.     object Restore2: TMenuItem
  1182.       Caption = 'Restore'
  1183.       OnClick = SpeedButton2Click
  1184.     end
  1185.     object Rename2: TMenuItem
  1186.       Caption = 'Edit...'
  1187.       OnClick = SpeedButton8Click
  1188.     end
  1189.     object N1: TMenuItem
  1190.       Caption = '-'
  1191.     end
  1192.     object AddressToggle: TMenuItem
  1193.       Caption = 'Include Template for New Entries'
  1194.       OnClick = AddressToggleClick
  1195.     end
  1196.     object BaseTemplate1: TMenuItem
  1197.       Caption = 'Base New Templates on this Template'
  1198.       OnClick = BaseTemplate1Click
  1199.     end
  1200.   end
  1201.   object ODSHelp1: TODSHelp
  1202.     HelpText.Strings = (
  1203.       'Add1'
  1204.       'Add2'
  1205.       'AddBtn'
  1206.       'AddList'
  1207.       'AddressMenu'
  1208.       'AddressToggle'
  1209.       'AFields'
  1210.       'BaseTemplate1'
  1211.       'CancelBtn'
  1212.       'CatList'
  1213.       'CatMenu'
  1214.       'CatToggle'
  1215.       'Default3'
  1216.       'DelBtn'
  1217.       'Delete1'
  1218.       'Delete2'
  1219.       'DownBtn'
  1220.       'F_Initials'
  1221.       'F_Name'
  1222.       'F_Notes'
  1223.       'F_Others1'
  1224.       'F_Others2'
  1225.       'F_Others3'
  1226.       'F_Others4'
  1227.       'F_Others5'
  1228.       'F_Others6'
  1229.       'F_Page1'
  1230.       'F_Page2'
  1231.       'F_Page3'
  1232.       'F_Page4'
  1233.       'F_Page5'
  1234.       'F_Title'
  1235.       'GroupBox1'
  1236.       'GroupBox2'
  1237.       'GroupBox3'
  1238.       'GroupBox4'
  1239.       'GroupBox5'
  1240.       'IKeys'
  1241.       'Inherit1'
  1242.       'Label2'
  1243.       'ListBox1'
  1244.       'ListBox2'
  1245.       'N1'
  1246.       'N2'
  1247.       'ODSHelp1'
  1248.       'OKBtn'
  1249.       'Open1'
  1250.       'Page1Box'
  1251.       'Page2Box'
  1252.       'Page4Box'
  1253.       'ReName1'
  1254.       'Rename2'
  1255.       'Restore1'
  1256.       'Restore2'
  1257.       'S_Initials'
  1258.       'S_Name'
  1259.       'S_Notes'
  1260.       'S_Others1'
  1261.       'S_Others2'
  1262.       'S_Others3'
  1263.       'S_Others4'
  1264.       'S_Others5'
  1265.       'S_Others6'
  1266.       'S_Title'
  1267.       'SortBtn'
  1268.       'SpeedButton1'
  1269.       'SpeedButton10'
  1270.       'SpeedButton2'
  1271.       'SpeedButton3'
  1272.       'SpeedButton4'
  1273.       'SpeedButton5'
  1274.       'SpeedButton6'
  1275.       'SpeedButton7'
  1276.       'SpeedButton8'
  1277.       'SpeedButton9'
  1278.       'Tabset'
  1279.       'UpBtn'
  1280.       'WordP1'
  1281.       'WordP2'
  1282.       'WPAddBtn'
  1283.       'WPDelBtn'
  1284.       'WPDownBtn'
  1285.       'WPInsert'
  1286.       'WPLabels'
  1287.       'WPUpBtn')
  1288.     HelpText.HelpData = {
  1289.       550001000000000100000000010000000001000000000100007A005468697320
  1290.       627574746F6E207768656E20707265737365642C2077696C6C20616464207468
  1291.       652063757272656E746C792073656C656374656420656E74727920696E207468
  1292.       652022417661696C61626C6520204669656C647322206C69737420746F207468
  1293.       652022496E646578204B65797322206C6973742E000114000000010000000001
  1294.       0000000001000000000100000000010000000001000000000100000000010000
  1295.       0000010000000001000000000100004C005468697320627574746F6E2077696C
  1296.       6C2063616E63656C20616E79206368616E676573206D61646520746F20746865
  1297.       204164647265737320426F6F6B20636F6E66696775726174696F6E2E00010800
  1298.       0000010000000001000000000100000000010000000001000000000100000000
  1299.       010000B0015768656E20536D6172742041646472657373206372656174657320
  1300.       61206E6577204164647265737320426F6F6B2C2069742077696C6C2062792064
  1301.       656661756C742075736520746865206275696C742D696E2076616C7565732066
  1302.       6F722067656E65726174696E67207468652073657474696E6773207573656420
  1303.       627920746865206E657720426F6F6B2E200D0A0D0A546F206F76657272696465
  1304.       207468657365206275696C742D696E2076616C7565732C207468652073657474
  1305.       696E67732063757272656E746C7920646566696E65642077697468696E207468
  1306.       6973206469616C6F677565206D61792062652073617665642061732074686520
  1307.       6E65772064656661756C742076616C7565732E2054686573652076616C756573
  1308.       2077696C6C207468656E2062652075736564207768656E206372656174696E67
  1309.       20616E79206E657720426F6F6B732E0D0A0D0A546F2073617665207468657365
  1310.       2076616C7565732C2074686973206F7074696F6E2073686F756C642062652073
  1311.       656C656374656420616E64207468656E20746865204F4B20627574746F6E2070
  1312.       72657373656420746F2073617665207468656D2E000108000000010000890054
  1313.       68697320627574746F6E207768656E20707265737365642C2077696C6C207265
  1314.       6D6F7665207468652063757272656E746C792073656C656374656420656E7472
  1315.       7920696E207468652022496E646578204B65797322206C69737420616E642070
  1316.       6C61636520697420696E207468652022417661696C61626C65204669656C6473
  1317.       22206C6973742E00011400000001000000000100000000010000000001000000
  1318.       00010000AE005468697320627574746F6E207768656E20707265737365642C20
  1319.       77696C6C206D6F7665207468652063757272656E746C792073656C6563746564
  1320.       20656E74727920696E207468652022496E646578204B65797322206C69737420
  1321.       646F776E206279206F6E6520706F736974696F6E2C20616C6C6F77696E672074
  1322.       686520496E64657820616E6420536F7274206669656C647320746F206265206F
  1323.       7264657265642061732072657175697265642E000114000000010000C6005468
  1324.       657365206669656C647320617265207573656420746F20636F6E74726F6C2077
  1325.       6861742074657874206973207573656420746F206C6162656C20746865206173
  1326.       736F636961746564206669656C642077697468696E2074686520416464726573
  1327.       7320426F6F6B2E200D0A0D0A496620796F75207769736820746F20616C746572
  1328.       2061206669656C64206C6162656C2C2073696D706C7920747970652074686520
  1329.       6E6577206C6162656C20696E2074686520617070726F70726961746520666965
  1330.       6C642E0001080000000100000D002D3E465F496E697469616C73000100000000
  1331.       0100000D002D3E465F496E697469616C730001000000000100000D002D3E465F
  1332.       496E697469616C730001000000000100000D002D3E465F496E697469616C7300
  1333.       01000000000100000D002D3E465F496E697469616C730001000000000100000D
  1334.       002D3E465F496E697469616C730001000000000100000D002D3E465F496E6974
  1335.       69616C730001000000000100000D002D3E465F496E697469616C730001000000
  1336.       00010000AF005468657365206669656C647320636F6E74726F6C20746865206E
  1337.       616D65207573656420746F206964656E74696679206561636820446174612050
  1338.       61676520286F7220746162292077697468696E20616E20416464726573732042
  1339.       6F6F6B2E200D0A0D0A546F2072656E616D652061204461746120506167652C20
  1340.       73696D706C79207479706520746865206E6577206E616D6520696E746F207468
  1341.       6520617070726F707269617465206669656C642E0001080000000100000A002D
  1342.       3E465F50616765310001000000000100000A002D3E465F506167653100010000
  1343.       00000100000A002D3E465F50616765310001000000000100000A002D3E465F50
  1344.       616765310001000000000100000C003E465F496E697469616C73000100000000
  1345.       010000550154686973206C69737420646973706C61797320616C6C2074686520
  1346.       63617465676F726965732074686174206172652063757272656E746C79206465
  1347.       66696E656420746F20746865204164647265737320426F6F6B2E0D0A0D0A5768
  1348.       656E20746865726520697320612063617465676F7279207769746820616E2069
  1349.       6D616765206F6620612079656C6C6F7720626F7820616E64206172726F772C20
  1350.       74686973206D65616E73207468652063617465676F727920686173206265656E
  1351.       20646566696E656420617320612064656661756C742063617465676F72792E20
  1352.       5768656E2061206E657720656E74727920697320616464656420746F20746865
  1353.       204164647265737320426F6F6B2C2074686520656E7472792077696C6C206175
  1354.       746F6D61746963616C6C7920626520616464656420746F20616C6C2063617465
  1355.       676F72696573206D61726B65642061732064656661756C742E00010C00000001
  1356.       0000190254686973206C69737420646973706C61797320616C6C207468652041
  1357.       6464726573732054656D706C617465732074686174206172652063757272656E
  1358.       746C7920646566696E656420746F20746865204164647265737320426F6F6B2E
  1359.       0D0A0D0A5768656E20746865726520697320612074656D706C61746520776974
  1360.       6820616E20696D616765206F6620612079656C6C6F7720626F7820616E642061
  1361.       72726F772C202074686973206D65616E73207468652074656D706C6174652068
  1362.       6173206265656E20646566696E656420617320612064656661756C742E205768
  1363.       656E2061206E657720656E74727920697320616464656420746F207468652041
  1364.       64647265737320426F6F6B2C2074686520656E747279206973206175746F6D61
  1365.       746963616C6C7920676976656E20616E7920616464726573732074656D706C61
  1366.       746573206D61726B65642061732064656661756C742E0D0A0D0A5768656E2074
  1367.       6865726520697320616E20696D616765206F6620612068616E64206E65787420
  1368.       746F20612074656D706C6174652C207468697320696E64696361746573206974
  1369.       92732074686520626173652074656D706C6174652E204120626173652074656D
  1370.       706C617465206973207573656420746F2070726F7669646520696E697469616C
  1371.       206669656C6420646566696E6974696F6E7320616E64206C6162656C73207768
  1372.       656E206372656174696E672061206E65772074656D706C6174652E2000011500
  1373.       0000010000000001000000000100000000010000000001000000000100000000
  1374.       0100000000010000000001000000000100000000010000000001000000000100
  1375.       00720154686973206C69737420646973706C61797320746865206669656C6473
  1376.       2077697468696E207468652063757272656E746C792073656C65637465642041
  1377.       64647265737320426F6F6B20746861742061726520617661696C61626C652074
  1378.       6F206265207573656420617320496E64657820616E6420536F7274206669656C
  1379.       64732E0D0A0D0A546F206D616B652061206669656C6420616E20496E64657820
  1380.       6669656C642C20616E64207468656E20706F737369626C79206120736F727420
  1381.       6669656C642C20746865206669656C642072657175697265642068617320746F
  1382.       20626520616464656420746F207468652022496E646578204B65797322206C69
  1383.       73742E2054686973206D6179206265206163686965766564206279207573696E
  1384.       672074686520224164642220627574746F6E2C206F7220616C7465726E617465
  1385.       6C792073696D706C7920226472616720616E642064726F702220746865206669
  1386.       656C64207573696E6720746865206D6F7573652E000114000000010000450254
  1387.       686973206C69737420646973706C61797320746865206669656C647320637572
  1388.       72656E746C792073656C656374656420746F2062652075736564206173207468
  1389.       652064656661756C7420496E64657820616E6420536F7274204B65797320666F
  1390.       7220746865204164647265737320426F6F6B2E0D0A0D0A416E79206669656C64
  1391.       20616464656420746F2074686520496E646578204B6579206C6973742077696C
  1392.       6C206265207573656420746F20496E64657820656E7472696573207468617420
  1393.       61726520646566696E656420746F20757365207468652064656661756C742049
  1394.       6E64657820616E6420536F7274204B6579732E20466F72206578616D706C652C
  1395.       20696620796F752077616E746564207468652064656661756C7420696E646578
  1396.       20746F206265206D616465207570206F66207468652022436F6D70616E792220
  1397.       616E6420224E616D6522206669656C64732C20796F7520776F756C6420616464
  1398.       20626F7468206F66207468657365206669656C647320746F20746865206C6973
  1399.       742C20616E64206F72646572207468656D20736F20746861742022436F6D7061
  1400.       6E7922207761732061626F766520224E616D65222E0D0A0D0A496620796F7520
  1401.       7468656E2077616E74656420746F20736F7274206F6E2074686520224E616D65
  1402.       22206669656C64206F6E6C792C20796F7520776F756C6420656E737572652074
  1403.       686174207468652022536F7274204F6E2220746F67676C6520776173206F6E6C
  1404.       79206170706C69656420616761696E73742074686520224E616D652220666965
  1405.       6C642E0001140000000100000000010000000001000000000100000000010000
  1406.       000001000000000100004B005468697320627574746F6E2077696C6C20617070
  1407.       6C7920616E79206368616E676573206D61646520746F20746865204164647265
  1408.       737320426F6F6B20636F6E66696775726174696F6E2E00010800000001000000
  1409.       0001000000000100000000010000000001000000000100000000010000000001
  1410.       0000000001000000000100000000010000000001000000000100000000010000
  1411.       000001000000000100000000010000ED00546865736520627574746F6E732063
  1412.       6F6E74726F6C207768657468657220746865206173736F636961746564206669
  1413.       656C6420697320656E61626C65642077697468696E2074686520416464726573
  1414.       7320426F6F6B206F72206E6F742E0D0A0D0A49662061206669656C6420686173
  1415.       206265656E2064697361626C65642C207468656E2074686572652077696C6C20
  1416.       62652061207265642063726F7373206F6E2074686520627574746F6E2E20546F
  1417.       2072652D656E61626C65642061206669656C642C20636C69636B206F6E207468
  1418.       6520627574746F6E20746F2072656D6F7665207468652063726F73732E000108
  1419.       0000000100000D002D3E535F496E697469616C730001000000000100000D002D
  1420.       3E535F496E697469616C730001000000000100000D002D3E535F496E69746961
  1421.       6C730001000000000100000D002D3E535F496E697469616C7300010000000001
  1422.       00000D002D3E535F496E697469616C730001000000000100000D002D3E535F49
  1423.       6E697469616C730001000000000100000D002D3E535F496E697469616C730001
  1424.       000000000100000D002D3E535F496E697469616C730001000000000100000D00
  1425.       2D3E535F496E697469616C730001000000000100009101546869732062757474
  1426.       6F6E207768656E20707265737365642C2077696C6C20746F67676C6520746865
  1427.       2022536F7274206F6E222073746174757320666F72207468652063757272656E
  1428.       746C792073656C6563746564206669656C6420696E207468652022496E646578
  1429.       204B65797322206C697374206265747765656E206F6E20616E64206F66662E0D
  1430.       0A0D0A536D6172742041646472657373207573657320746865206669656C6473
  1431.       20746861742068617665206265656E207365742061732022536F7274206F6E22
  1432.       206669656C647320746F2064657465726D696E652074686520706F736974696F
  1433.       6E696E67206F662074686520656E74726965732077697468696E207468652041
  1434.       64647265737320426F6F6B927320496E646578204C6973742E200D0A0D0A4120
  1435.       73686F727463757420666F722073657474696E67207468697320737461747573
  1436.       206F6E20616E64206F66662C20697320746F2073696D706C7920646F75626C65
  1437.       2D636C69636B20746865206D6F757365206F6E20746865206669656C64207265
  1438.       7175697265642E0001140000000100005B005468697320627574746F6E206469
  1439.       73706C6179732061206469616C6F67756520616C6C6F77696E672061206E6577
  1440.       2063617465676F727920746F20626520646566696E656420746F207468652041
  1441.       64647265737320426F6F6B2E00010C000000010000A201556E74696C20746865
  1442.       20224F4B2220627574746F6E20697320707265737365642C2064656C65746564
  1443.       2074656D706C617465732077696C6C20626520696E6469636174656420627920
  1444.       6265696E672073686F776E2063726F73736564206F757420696E207265642E20
  1445.       5468697320627574746F6E207768656E20707265737365642C2077696C6C2072
  1446.       6573746F726520616E792064656C657465642074656D706C617465206261636B
  1447.       20696E746F20746865204164647265737320426F6F6B2E0D0A0D0A4E6F74653A
  1448.       205768656E2074686520224F4B2220627574746F6E2069732070726573736564
  1449.       2C20616C6C2064656C657465642074656D706C617465732077696C6C20626520
  1450.       7065726D616E656E746C792072656D6F7665642066726F6D2074686520416464
  1451.       7265737320426F6F6B2E20416E7920656E747269657320746861742077657265
  1452.       207573696E672074686573652074656D706C617465732C2077696C6C206C6F6F
  1453.       736520616E79206461746120746861742077617320646566696E656420746F20
  1454.       74686520706172746963756C61722074656D706C6174652E0001150000000100
  1455.       00E8015468697320627574746F6E2077696C6C2064656C657465207468652063
  1456.       757272656E746C792073656C65637465642043617465676F72792066726F6D20
  1457.       746865204164647265737320426F6F6B2E200D0A0D0A556E74696C2074686520
  1458.       224F4B2220627574746F6E20697320707265737365642C2064656C6574656420
  1459.       63617465676F726965732077696C6C20626520696E6469636174656420627920
  1460.       6265696E672073686F776E2063726F73736564206F757420696E207265642E20
  1461.       496620796F75206E65656420746F20756E646F20616E792064656C6574696F6E
  1462.       2C207468656E20686967686C69676874207468652064656C6574656420636174
  1463.       65676F727920616E6420636C69636B206F6E207468652022526573746F726522
  1464.       20627574746F6E2E0D0A0D0A4E6F74653A205768656E2074686520224F4B2220
  1465.       627574746F6E20697320707265737365642C20616C6C2064656C657465642063
  1466.       617465676F726965732077696C6C206265207065726D616E656E746C79207265
  1467.       6D6F7665642066726F6D20746865204164647265737320426F6F6B2E20416E79
  1468.       20656E747269657320746861742077657265206D656D62657273206F66207468
  1469.       6573652063617465676F726965732077696C6C206C6F6F73652074686174206D
  1470.       656D626572736869702E00010C00000001000074005468697320627574746F6E
  1471.       20646973706C6179732061206469616C6F67756520616C6C6F77696E67207468
  1472.       65206E616D6520616E642064656661756C742070726F7065727479206F662074
  1473.       686520686967686C6967687465642063617465676F72792C20746F206265206D
  1474.       6F6469666965642E00010C00000001000041015468697320627574746F6E2061
  1475.       6C6C6F77732063617465676F7269657320646566696E656420746F20616E6F74
  1476.       686572206164647265737320626F6F6B20746F20626520696E68657269746564
  1477.       2E0D0A0D0A5768656E20707265737365642C207468697320627574746F6E2077
  1478.       696C6C20646973706C617920746865207374616E6461726420224F70656E2041
  1479.       64647265737320426F6F6B22206469616C6F6775652C20616C6C6F77696E6720
  1480.       616E204164647265737320426F6F6B20746F2062652073656C65637465642E20
  1481.       4F6E63652073656C65637465642C20616C6C207468652063617465676F726965
  1482.       7320646566696E656420746F2074686174204164647265737320426F6F6B2077
  1483.       696C6C206265206D65726765642077697468207468652063617465676F726965
  1484.       732063757272656E746C79206C69737465642E00010C000000010000C901556E
  1485.       74696C2074686520224F4B2220627574746F6E20697320707265737365642C20
  1486.       64656C657465642063617465676F726965732077696C6C20626520696E646963
  1487.       61746564206279206265696E672073686F776E2063726F73736564206F757420
  1488.       696E207265642E205468697320627574746F6E207768656E2070726573736564
  1489.       2C2077696C6C20726573746F726520616E792064656C65746564206361746567
  1490.       6F7279206261636B20696E746F20746865204164647265737320426F6F6B2C20
  1491.       70726573657276696E6720746865206D656D62657273686970206F6620616E79
  1492.       20656E74726965732062656C6F6E67696E6720746F2074686174206361746567
  1493.       6F72792E0D0A0D0A4E6F74653A205768656E2074686520224F4B222062757474
  1494.       6F6E20697320707265737365642C20616C6C2064656C65746564206361746567
  1495.       6F726965732077696C6C206265207065726D616E656E746C792072656D6F7665
  1496.       642066726F6D20746865204164647265737320426F6F6B2E20416E7920656E74
  1497.       7269657320746861742077657265206D656D62657273206F6620746865736520
  1498.       63617465676F726965732077696C6C206C6F6F73652074686174206D656D6265
  1499.       72736869702E00010C00000001000063005468697320627574746F6E20646973
  1500.       706C6179732061206469616C6F67756520616C6C6F77696E672061206E657720
  1501.       616464726573732074656D706C61746520746F20626520646566696E65642074
  1502.       6F20746865204164647265737320426F6F6B2E000115000000010000FF015468
  1503.       697320627574746F6E2077696C6C2064656C6574652074686520686967686C69
  1504.       67687465642074656D706C6174652066726F6D20746865204164647265737320
  1505.       426F6F6B2E200D0A0D0A556E74696C2074686520224F4B2220627574746F6E20
  1506.       697320707265737365642C2064656C657465642074656D706C61746573207769
  1507.       6C6C20626520696E64696361746564206279206265696E672073686F776E2063
  1508.       726F73736564206F757420696E207265642E20496620796F75206E6565642074
  1509.       6F20756E646F20616E792064656C6574696F6E2C207468656E20686967686C69
  1510.       676874207468652064656C657465642074656D706C61746520616E6420636C69
  1511.       636B206F6E207468652022526573746F72652220627574746F6E2E0D0A0D0A4E
  1512.       6F74653A205768656E2074686520224F4B2220627574746F6E20697320707265
  1513.       737365642C20616C6C2064656C657465642074656D706C617465732077696C6C
  1514.       206265207065726D616E656E746C792072656D6F7665642066726F6D20746865
  1515.       204164647265737320426F6F6B2E20416E7920656E7472696573207468617420
  1516.       77657265207573696E672074686573652074656D706C617465732C2077696C6C
  1517.       206C6F6F736520616E79206461746120746861742077617320646566696E6564
  1518.       20746F2074686520706172746963756C61722074656D706C6174652E00011500
  1519.       000001000050005468697320627574746F6E20646973706C6179732061206469
  1520.       616C6F67756520616C6C6F77696E672074686520686967686C69676874656420
  1521.       74656D706C61746520746F206265206564697465642E00011500000001000000
  1522.       00010000000001000000000100000000010000AC005468697320627574746F6E
  1523.       207768656E20707265737365642C2077696C6C206D6F76652074686520637572
  1524.       72656E746C792073656C656374656420656E74727920696E207468652022496E
  1525.       646578204B65797322206C697374207570206279206F6E6520706F736974696F
  1526.       6E2C20616C6C6F77696E672074686520496E64657820616E6420536F72742066
  1527.       69656C647320746F206265206F7264657265642061732072657175697265642E
  1528.       000114000000010000390154686973206C69737420646973706C617973207468
  1529.       65206669656C64732077697468696E207468652063757272656E746C79207365
  1530.       6C6563746564204164647265737320426F6F6B20746861742061726520617661
  1531.       696C61626C6520666F7220696E73657274696F6E20696E746F206120576F7264
  1532.       2050726F636573736F722E0D0A0D0A546F20696E736572742061206669656C64
  1533.       2C2069742068617320746F20626520616464656420746F207468652022496E73
  1534.       657274204669656C647322206C6973742E2054686973206D6179206265206163
  1535.       686965766564206279207573696E672074686520224164642220627574746F6E
  1536.       2C206F7220616C7465726E6174656C792073696D706C7920226472616720616E
  1537.       642064726F702220746865206669656C64207573696E6720746865206D6F7573
  1538.       652E20000108000000010000560054686973206C69737420646973706C617973
  1539.       20746865206669656C64732063757272656E746C792073656C65637465642066
  1540.       6F7220696E73657274696F6E20696E746F206120576F72642050726F63657373
  1541.       6F722E0001080000000100007D005468697320627574746F6E207768656E2070
  1542.       7265737365642C2077696C6C20616464207468652063757272656E746C792073
  1543.       656C656374656420656E74727920696E207468652022417661696C61626C6520
  1544.       204669656C647322206C69737420746F207468652022496E7365727420466965
  1545.       6C647322206C6973742E0001080000000100008C005468697320627574746F6E
  1546.       207768656E20707265737365642C2077696C6C2072656D6F7665207468652063
  1547.       757272656E746C792073656C656374656420656E74727920696E207468652022
  1548.       496E73657274204669656C647322206C69737420616E6420706C616365206974
  1549.       20696E207468652022417661696C61626C65204669656C647322206C6973742E
  1550.       000108000000010000AF005468697320627574746F6E207768656E2070726573
  1551.       7365642C2077696C6C206D6F7665207468652063757272656E746C792073656C
  1552.       656374656420656E74727920696E207468652022496E73657274204B65797322
  1553.       206C69737420646F776E206279206F6E6520706F736974696F6E2C20616C6C6F
  1554.       77696E6720746865206F726465722074686174206669656C6473206172652069
  1555.       6E73657274656420746F20626520636F6E74726F6C6C65642E00010800000001
  1556.       0000830054686973206F7074696F6E207768656E2073656C65637465642C2069
  1557.       6E7374727563747320536D617274204164647265737320746F20696E636C7564
  1558.       6520626C616E6B206F7220656D707479206669656C6473207768656E20696E73
  1559.       657274696E6720616E20656E74727920746F2074686520576F72642050726F63
  1560.       6573736F722E000108000000010000950054686973206F7074696F6E20776865
  1561.       6E2073656C65637465642C20696E7374727563747320536D6172742041646472
  1562.       65737320746F207072656669782074656C6570686F6E65206E756D6265727320
  1563.       77697468207468656972206669656C64206C6162656C207768656E20696E7365
  1564.       7274696E6720616E20656E74727920746F2074686520576F72642050726F6365
  1565.       73736F722E000108000000010000AD005468697320627574746F6E207768656E
  1566.       20707265737365642C2077696C6C206D6F7665207468652063757272656E746C
  1567.       792073656C656374656420656E74727920696E207468652022496E7365727420
  1568.       4B65797322206C697374207570206279206F6E6520706F736974696F6E2C2061
  1569.       6C6C6F77696E6720746865206F726465722074686174206669656C6473206172
  1570.       6520696E73657274656420746F20626520636F6E74726F6C6C65642E00010800
  1571.       0000}
  1572.     Color = 15269887
  1573.     Font.Color = clWindowText
  1574.     Font.Height = -11
  1575.     Font.Name = 'MS Sans Serif'
  1576.     Font.Style = []
  1577.     ParentFont = True
  1578.     MaxWidth = 300
  1579.     MoreText = 'More Information...'
  1580.     Left = 192
  1581.     Top = 400
  1582.   end
  1583. end
  1584.